libretro.pcsx2: 0-unstable-2025-09-29 -> 0-unstable-2026-02-06 (#462913)

This commit is contained in:
Thiago Kenji Okada 2026-02-11 20:21:07 +00:00 committed by GitHub
commit ec7c70d12c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,13 +11,13 @@
}:
mkLibretroCore {
core = "pcsx2";
version = "0-unstable-2025-09-29";
version = "0-unstable-2026-02-06";
src = fetchFromGitHub {
owner = "libretro";
repo = "ps2";
rev = "9485a53fa5aa2bff17e04518116107f81a8c82e3";
hash = "sha256-xkRPESbLNX9AFOIdEA9iW4Xn7hdJXfdi+TEbegC8KXA=";
rev = "416291ad7dc3caf5df4501c9249cbbe30cbef811";
hash = "sha256-rdrUsrezAfsbR7xd6ykIjB8cc4USUQcOMJV5mxbVn2o=";
fetchSubmodules = true;
};