libretro.pcsx2: 0-unstable-2026-06-24 -> 0-unstable-2026-06-29 (#538413)

This commit is contained in:
Thiago Kenji Okada
2026-07-04 16:57:31 +00:00
committed by GitHub
@@ -11,13 +11,13 @@
}:
mkLibretroCore {
core = "pcsx2";
version = "0-unstable-2026-06-24";
version = "0-unstable-2026-06-29";
src = fetchFromGitHub {
owner = "libretro";
repo = "ps2";
rev = "6d11ca54728b0c9e0a4bf3da743d56c7d29abb4e";
hash = "sha256-JE2EU/ugtXwEqYIzd0JSWXUy29X44hYHiC/LfaaOjkw=";
rev = "b03969a333f38de21f866c2a10da4300d170364d";
hash = "sha256-djGM6hMQCvJQG2+PWDRLeM+13/Q8upD25uhH4vU/yko=";
fetchSubmodules = true;
};