We stand with Ukraine to help keep people safe. Join us
RetroArch
RetroArch
3.0
0.0
RetroArch free download for Mac

RetroArch

Version 1.17.0

Game emulator.

3.0
Based on 1 user rateRead reviews & comments
Free
Absolutely Free

RetroArch overview

RetroArch is most popularly known for being a program with which you can play many emulators and games, which have all been customized and tailor-ported to the libretro API.

It is designed to be fast, lightweight, and portable. It tries to be on the cutting edge of technology in terms of supported technology as well as trying to be as backward compatible as possible, a paradoxical goal if any. It has features few other dedicated games / emulators have, such as:

  • Real-time rewinding and GGPO netplay
  • Libretro’s serialization support allows features such as rollback based netplay to be easily implementable. It also allows you to rewind your games in real-time.
  • Multi-pass shaders (up to 8-pass)
  • It was one of the first programs out of the gates to have frontend shader support to begin with. RetroArch has its own shader spec that is being extensively used and implemented by various other programs unrelated to RetroArch/libretro.
  • It is also one of the only programs of its kind that supports up to 16 shader passes along with up to 128 shader parameters supported. You can find many impressive shaders that can enhance the in-game look of a game.
  • Game aware shading
  • Remote networked sound support
  • A built-in GUI/OSD system
  • RetroArch can change its entire appearance with a few button clicks. It can turn into a low-resolution but functional UI (RGUI) into a full-fledged XMB clone, and so on.
  • Impeccable Linux support
  • RetroArch was first out of the gates in many respects with support for Wayland, DRM/KMS, and many other graphics technologies which are still not standard in many Linux programs. It is designed to be as dependency-less as possible while also making it possible for custom-made versions of RetroArch to be made with specific support for several new APIs.
  • Unlike many other programs, Linux is not treated as second-class citizen but as first-class citizen.
  • Impeccable backwards compatibility
  • How many other Mac programs support PowerPCs, 32bit and 64bit Intel Macs all at the same time ?
  • Libretro/RetroArch keeps platforms alive with new content long after they have passed their expiration date. See PlayStation3, PSP, Wii, Gamecube, etc. The list goes on.
  • A cross-platform game console
  • The goal for Retroarch is to have a game console platform unrestrained by platform boundaries and architecture differences. To this end, it strives to support as many platforms as possible.

What’s new in version 1.17.0

Updated on Feb 05 2024

  • ACCESSIBILITY/TTS: fix target language and missing espeak handling on Linux
  • AI: AI service reworked: performance increase, automatic translation, configurable subtitle placement, and more
  • APPLE: Fix WebDAV crash with digest auth (Cloud Sync)
  • APPLE: Cloud sync fixes – ignore .DS_Store files and re-sync on app foreground
  • APPLE: Don’t re-create default directories
  • APPLE: Show Git information correctly
  • AUDIO/SYNC: Handle Hz skew adjustment for high refresh rates better (BFI, swap interval)
  • AUDIO/MIXER: Separate ffmpeg/mpv and audiomixer conditionals
  • AUDIO/WASAPI: Reworked shared buffer operation for more flexibility, fixed exclusive mode last buffer looping when entering menu
  • CONFIG/OVERRIDES: Fix setting savefile_directory in override file
  • CONFIG: Force fixed locale for numbers
  • CHEEVOS: Upgrade to rcheevos 11.0
  • CHEEVOS: Use rc_client for state management
  • CHEEVOS: Don’t track disc changes when achievements are disabled
  • CHEEVOS: Reinitialize rewind buffer after loading game with achievements
  • CHEEVOS: Inform user when server is unreachable
  • CHEEVOS: Fix crash on first load of game with achievements with threaded video
  • EMSCRIPTEN: Increase chunk size for reads/writes
  • EMSCRIPTEN: Modularize the JavaScript and clean up the web build
  • EMSCRIPTEN: Prefix core name with libretro_ for exports
  • EMSCRIPTEN: replace dashes with underscores in corenames (fix for vitaquake cores)
  • EMSCRIPTEN: Use ZipFS for web player asset bundle
  • EMSCRIPTEN: Change default audio rate to 44100
  • IOS: Fix widget on IOS17
  • IOS: Exit instead of crash on some errors
  • IOS: Fix ios-vulkan-ppsspp
  • IOS: Enable HDR support on IOS
  • IOS: Add option to disable respecting silent mode
  • IOS: Allow ignoring safe area (fullscreen over notch)
  • IOS: Default to not enabling keyboard gamepad
  • IOS: Fix XRGB8888 in GL driver
  • IOS: Allow changing the app icon
  • IOS: Add HAVE_ACCESSIBILITY to iOS builds
  • IOS/TVOS: Create GL context as GLES3 to fix some rendering performance problems
  • INPUT: Fix ghost input when setting RETROK_UNKNOWN
  • INPUT: Default ‘Bind Hold’ to 0 to prevent problems with controllers not resting at null state
  • INPUT: Add a setting to allow turbo d-pad directions
  • INPUT: Don’t save mouse buttons to autoconfig
  • INPUT/MENU: Add option for merging ‘Hotkey Enable’ device types
  • INPUT/mFI: disable secondary_joypad to prevent issues with controllers detected both as HID and mFI
  • INPUT/UDEV: Change event detection to polling in udev_joypad
  • INPUT/WAYLAND: Use unaccelerated pointer motion to prevent mouse dead zone
  • LAKKA: Add new menu options for Switch (overclock, CEC, BT ERTM)
  • LIBRETRO: Add environment command to get playlist path
  • LIBRETRO/NETPACKET: Switch environment call number from 76 to 78 (retire 76 as it was never used by any core). Simplify broadcasts by removing the option to send to all but one client, use an explicit RETRO_NETPACKET_BROADCAST constant instead. Separate explicit flushing and querying of incoming packet into two operations. Enable a core to specify a protocol version string which can get used instead of core version to determine compatibility between two players. Log and notify a separate message when there is a content crc mismatch while using this interface to convey it being less severe
  • MENU: Fix menu analog stick navigation (1.16.0.1)
  • MENU: Add option to find thumbnail images by playlist rom filename (1.16.0.2)
  • MENU: Don’t process menu events while input is being flushed (1.16.0.2)
  • MENU: Prevent proceeding to next bind when single binding (1.16.0.3)
  • MENU: Fix touchscreen menu false positives in case of overlap
  • MENU: Sort playlists ignoring extension (Playstation 2 should come after Playstation)
  • MENU: Treat System Volume Information folder as hidden on all platforms
  • MENU: Add Belarusian language option
  • MENU: Fix savestate thumbnail behavior when navigating back to playlist while content is still running
  • MENU: Fix word wrapped widget length
  • MENU: Add help text to controller drivers
  • MENU: Fix quit on content close option
  • MENU: Fix thumbnails in History for content loaded through Load Content
  • MENU: Flexible thumbnail matching (ROM name – database name – short name)
  • MENU: Remove legacy thumbnail pack downloader
  • MENU/GLUI: Icon corrections
  • MENU/OZONE: Thumbnail related fixes (missing thumbnail bar, fullscreen thumbnail flashing, sidebar focus)
  • MENU/RGUI: Fix text scaling in 16:9
  • MENU/XMB: Background images take precedence over color themes, default image opacity set the same as color theme opacity
  • MENU/XMB: Fix segmentation fault when background image is missing
  • MENU/XMB: Several corrections and cleanups
  • MENU/XMB: Layout/thumbnail fixes – Thumbnail layout adjustments, Header title improvements, Handheld layout adjustments
  • NETWORKING/NETPLAY: Add support for joining MITM servers from command line
  • NETWORKING/NETPACKET: Interface connection flow improvements
  • OSX: Fix mouse support for MelonDS DS on OSX
  • OSX: Option to create a portable build
  • PATCHES: Add support for XDelta-formatted patches.
  • PATCHES: Fix patching for cores that support contentless mode
  • PS2: Fix for no sound
  • PS2: Fix 0-byte logs and add memory stats
  • PSP: Fix memory leak in audio driver
  • RUNLOOP: Frame Rest, experimental sleep feature aiming to lower CPU usage and temperature when using certain CPU hungry vsync modes
  • RPI: Fix videocore + switchres compile failure
  • SCAN: Do CRC check on PSP/PSP(PSN) content
  • TVOS: Enable overlay support
  • VIDEO/BFI: Black Frame Insertion added to DirectX10/11/12. BFI Hz range now covers every 60hz multiple under 1000hz. Variable Strobe length via new ‘Dark Frames’ option, algorithm to auto select ‘decent’ Dark Frames choice.
  • VIDEO/GLSL: Add FinalViewportSize support to GLSL
  • VIDEO/GLSL: Change rotation type to int to maximize compatibility
  • VIDEO: Use video refresh rate instead of core refresh rate for menu frame limiting
  • VIDEO: Limit paused video refresh rate
  • VIDEO: Enforce swap interval 1 in menu if vsync is on
  • WII: Enable Cheevos for Wii builds
  • WIIU: Fix config file and core info reading
  • WIIU: Fix “Up” and “Left” directional input for both Analog sticks for GC Adapter
  • WIIU: Fix 3 USB controllers (NES/SNES/Retrode)
  • WIIU: Fix file descriptor leak
  • WIN32: Prefer D3D11 and WASAPI as default video and audio drivers
  • WIN32: Fix window size when aspect ratio is < 0
  • WIN32: Fix screen resolution always tied to the main monitor
  • WAYLAND: Enable fallback for screensaver inhibit via D-Bus
  • WAYLAND: Introduce wp_fractional_scale_v1 protocol for proper fractional scaling
  • WAYLAND: Update wayland-protocols version to 1.31

Information

License

Free

Size

224.2 MB

Developer’s website

https://www.libretro.com/

Downloads

2111

App requirements

  • Intel 64
  • Apple Silicon
  • macOS 10.13 or later
Try our new feature and write a detailed review about RetroArch. All reviews will be posted soon.

Write your thoughts in our old-fashioned comment

MacUpdate Comment Policy. We strongly recommend leaving comments, however comments with abusive words, bullying, personal attacks of any type will be moderated.
0.0

(0 Reviews of )

There are no reviews yet
  • Comments

  • User Ratings

Derekcurrie
Derekcurrie
Sep 7 2021
1.9.9
0.0
Sep 7 2021
0.0
Version: 1.9.9
M1 Macs are now supported via a version called "RetroArch_Metal". If you have an M1+ Mac, be sure to use this native version! You can download the latest build via this URL: https://buildbot.libretro.com/nightly/apple/osx/universal/RetroArch_Metal.dmg
ricky_t
ricky_t
May 18 2021
1.9.3
3.0
May 18 2021
3.0
Version: 1.9.3
Works really well in comparison to all the other emulators I've tried!
Drtyrell969
Drtyrell969
May 7 2021
1.9.2
0.0
May 7 2021
0.0
Version: 1.9.2
So this seems neat, but I can't for the life of me find where to download the kernels to play anything. I know they can't distribute other people's games, but a ton are in the public domain. When I got to the website, they link to a different vendor with ANOTHER emulator. Something needs to give here. Something needs to be embedded into the product to guide us to success.
Derekcurrie
Derekcurrie
Jun 22 2020
1.8.8
0.0
Jun 22 2020
0.0
Version: 1.8.8
v1.8.9 is now out.
ricky_t
ricky_t
May 25 2021
1.9.3
3.0
May 25 2021
3.0
Version: 1.9.3
Free
Absolutely Free
How would you rate RetroArch?
Similar apps
sixtyforce
Play Nintendo 64 games on your Mac.
Is this app is similar to sixtyforce? Vote to improve the quality of this list.
Vote results
1
Upvotes
1
Total score
0
Downvotes
SMS Plus
Sega & Game Gear emulator.
Is this app is similar to SMS Plus? Vote to improve the quality of this list.
Vote results
1
Upvotes
1
Total score
0
Downvotes
Boycott Advance
Gameboy Advance emulator.
Is this app is similar to Boycott Advance? Vote to improve the quality of this list.
Vote results
1
Upvotes
1
Total score
0
Downvotes
KiGB
Gameboy emulator.
Is this app is similar to KiGB? Vote to improve the quality of this list.
Vote results
1
Upvotes
1
Total score
0
Downvotes
Stella
Atari 2600 game emulator.
Is this app is similar to Stella? Vote to improve the quality of this list.
Vote results
1
Upvotes
1
Total score
0
Downvotes