Releases

Releases are created every few months, usually accompanied by a Progress Report article. Use the latest release if you prefer stability over the newest features in the development versions.

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

2412 2 weeks, 3 days ago Release for December 2024
2409 3 months, 2 weeks ago Release for September 2024
2407 5 months, 2 weeks ago Release for July 2024
5.0-21460 7 months, 3 weeks ago
5.0-21264 8 months, 4 weeks ago

View older releases »

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. However, they are less tested than releases.

Linux users can add the following Flatpak repository: https://flatpak.dolphin-emu.org/dev.flatpakrepo

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

2412-38 19 hours ago JitArm64_Integer: Optimize subfic for -1 (PR #13224 from Sintendo)
2412-36 2 days, 14 hours ago VKSwapChain: Always use surface formats with a normal sRGB color space if not RGBA16F (PR #13207 from OatmealDome)
2412-34 3 days, 16 hours ago AchievementManager: Add required forward declarations (PR #13226 from JosJuice)
2412-31 6 days, 14 hours ago Jit: Skip discarded registers when flushing for interpreter fallback (PR #12682 from JosJuice)
2412-29 1 week, 1 day ago InputCommon/SDL: Add touchpad inputs. (PR #13209 from jordan-woyak)
2412-27 1 week, 2 days ago GameSettings: set EFBAccessEnable=True for Neighbours from Hell (PR #13215 from Tilka)
2412-25 1 week, 4 days ago JitArm64_LoadStore: Optimize zero stores in stX (PR #13166 from Sintendo)
2412-23 1 week, 4 days ago Core: Store object name separately for symbols (PR #13113 from CelestialAmber)
2412-21 1 week, 5 days ago DolphinQt: Make mapping window spinboxes horizontally expanding. (PR #13196 from jordan-woyak)
2412-19 1 week, 6 days ago gitignore: Ignore flatpak-builder's cache directory (PR #13186 from OatmealDome)

View older versions »

Linux distributions

We are now offering official Linux development builds in the Flatpak format. If you would like to install these builds, we recommend adding our repository at https://flatpak.dolphin-emu.org/dev.flatpakrepo.

If you would like to compile your own build, please refer to our Building for Linux guide.

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.