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 1 month, 1 week ago Release for December 2024
2409 4 months, 1 week ago Release for September 2024
2407 6 months, 1 week ago Release for July 2024
5.0-21460 8 months, 2 weeks ago
5.0-21264 9 months, 2 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-130 12 hours ago CMake: Optional system library fixes (PR #13179 from TellowKrinkle)
2412-127 12 hours ago Android: Wait for surface in Run (PR #13030 from JosJuice)
2412-125 12 hours ago Android: Replace deprecated setSystemUiVisibility (PR #12864 from JosJuice)
2412-123 12 hours ago JitArm64: Handle rlwinmx with zero mask (PR #13238 from JosJuice)
2412-121 1 day, 18 hours ago Fix several minor warnings (PR #13265 from Sintendo)
2412-119 1 day, 18 hours ago DolphinQt: Rename "GameCube Adapter for Wii U". (PR #13158 from jordan-woyak)
2412-117 1 day, 19 hours ago Common/IniFile: Fix case sensitivity mismatch in IniFile::Section::Delete() (PR #13268 from AdmiralCurtiss)
2412-115 1 day, 23 hours ago curl: Update to 8.11.1 and use CMake to configure (PR #13228 from OatmealDome)
2412-110 1 day, 23 hours ago Fix compiling with libfmt>=11.0 (PR #13262 from Ferdi265)
2412-107 2 days, 12 hours ago Core/VideoCommon: Fix some weird (!eof) logic. (PR #13180 from jordan-woyak)

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.