libretro.dolphin: 0-unstable-2026-04-08 -> 0-unstable-2026-06-26 (#536215)

This commit is contained in:
Thiago Kenji Okada
2026-06-28 20:22:25 +00:00
committed by GitHub
@@ -20,13 +20,13 @@
}:
mkLibretroCore {
core = "dolphin";
version = "0-unstable-2026-04-08";
version = "0-unstable-2026-06-26";
src = fetchFromGitHub {
owner = "libretro";
repo = "dolphin";
rev = "0cd3bb89c29535db9b7552fc86871867ccf5b471";
hash = "sha256-cSiJO/EvspNvHopo/RLfuz8ONpbXk2NrrSDhkiAm7/s=";
rev = "fec5e8e106489e0d00e69dd4afaabc3d95688047";
hash = "sha256-GNAZgFHZCnokL3HYU+xsFtghpN09QbsZpwMW1eMtSvU=";
fetchSubmodules = true;
};