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.

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

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

2503a 5 days, 4 hours ago Hotfix release for 2503
2503 1 month, 2 weeks ago Release for March 2025
2412 4 months, 3 weeks ago Release for December 2024
2409 7 months, 3 weeks ago Release for September 2024
2407 9 months, 4 weeks ago Release for July 2024

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.

2503a-340 7 hours ago UCodes: Remove redundant qualifiers (PR #13590 from tygyh)
2503a-338 14 hours ago Call AchievementManager CloseGame on load failures (PR #13514 from LillyJadeKatrin)
2503a-336 16 hours ago MainWindow: Fix use-after-free during Dolphin shutdown (PR #13593 from Dentomologist)
2503a-328 1 day, 22 hours ago Add numeric label support to assembler (PR #13451 from vyuuui)
2503a-326 1 day, 22 hours ago InputCommon: Move SDL Device class into its own cpp/h files. (PR #13476 from jordan-woyak)
2503a-324 1 day, 22 hours ago Android: Show time played in game details (PR #13506 from JosJuice)
2503a-321 1 day, 22 hours ago PerformanceMetrics: Fix window arrangement (PR #13487 from Dentomologist)
2503a-319 1 day, 22 hours ago Core/Common/FileUtil.cpp: Use std path utility for automatic path separator handling. (PR #13497 from hoogmin)
2503a-317 2 days, 1 hour ago Translation resources sync with Transifex
2503a-316 2 days, 18 hours ago DolphinTool: Make parameter constant (PR #13573 from tygyh)

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.