Beta versions

Beta versions are released every month, usually accompanied by a Progress Report article. Use the latest beta version if you prefer stability over the newest features in the development versions.

The Windows beta versions require the 64-bit Visual C++ redistributable for Visual Studio 2022 to be installed.

5.0-21264 3 weeks ago Core: Fix IPL device m_cursor overflow (PR #12667 from JosJuice)
5.0-21088 2 months, 1 week ago InputCommon: Fix profile path inconsistencies (PR #12561 from JosJuice)
5.0-20347 5 months ago AX: fix envelope volume for Wii ucodes (PR #12301 from Tilka)
5.0-19870 8 months, 1 week ago Remove force disable WC24 Standby (PR #12064 from noahpistilli)
5.0-19368 11 months, 1 week ago Translation resources sync with Transifex

Development versions

Development versions are released every time a developer makes a change to Dolphin, several times every day! Using development versions enables you to use the latest and greatest improvements to the project. They are however less tested than beta versions of the emulator.

The Windows development versions require the 64-bit Visual C++ redistributable for Visual Studio 2022 to be installed.

5.0-21383 1 day, 3 hours ago RetroAchievements: Put "RetroAchievements.ini" in the correct config location for POSIX (PR #12709 from mitaclaw)
5.0-21381 1 day, 7 hours ago PPCSymbolDB: GetDescription by std::string_view (PR #12704 from mitaclaw)
5.0-21379 2 days, 11 hours ago Pass `SettingsHandler` buffers by const ref instead of rvalue ref (since the contents are copied either way) (PR #12703 from nlebeck)
5.0-21377 2 days, 11 hours ago Android/ControllerInterface: Run the init code (PR #12706 from JosJuice)
5.0-21375 2 days, 22 hours ago Implement missing InputBackend classes. (PR #12632 from jordan-woyak)
5.0-21366 3 days, 7 hours ago DSPHLE/Zelda: simplify AFC decoding (PR #12693 from Tilka)
5.0-21364 3 days, 7 hours ago Frame dump at raw internal resolution (PR #12436 from Filoppi)
5.0-21358 3 days, 8 hours ago Fix path-loading of GBA map configurations (PR #12569 from GregoireLD)
5.0-21356 3 days, 9 hours ago Use Hybrid Log Gamma in PerceptualHDR (PR #12668 from Sam-Belliveau)
5.0-21351 3 days, 9 hours ago Refactor `TaskViewModel` to track task-related state in a single `MutableLiveData` instance (PR #12681 from nlebeck)

View older versions »

Legacy versions

The legacy versions below are years out of date and missing countless features and bug fixes. Beta or development versions are a better choice for almost all users; the legacy versions should only be used if you have a specific need for them.
Dolphin 5.0 7 years, 9 months ago
Dolphin 4.0.2 10 years, 4 months ago
Dolphin 4.0.1 10 years, 5 months ago
Dolphin 4.0 10 years, 6 months ago
Dolphin 3.5 11 years, 3 months ago
Dolphin 3.0 12 years, 9 months ago

Linux distributions

Users of Linux distributions can look here to compile Dolphin: Building Dolphin on Linux

Source code

The latest version of the Dolphin source code can be downloaded from the project Git repository.

    $ git clone https://github.com/dolphin-emu/dolphin.git

You can also browse the current version of the source code.

Reporting bugs

For reporting bugs please go to the issue tracker. Before creating a new issue, make sure to try a recent development build and search the existing issues.