lol

libretro.pcsx2: 0-unstable-2025-08-07 -> 0-unstable-2025-08-30 (#440548)

authored by

Thiago Kenji Okada and committed by
GitHub
cf0760e7 9a11e7b8

+3 -3
+3 -3
pkgs/applications/emulators/libretro/cores/pcsx2.nix
··· 11 11 }: 12 12 mkLibretroCore { 13 13 core = "pcsx2"; 14 - version = "0-unstable-2025-08-07"; 14 + version = "0-unstable-2025-08-30"; 15 15 16 16 src = fetchFromGitHub { 17 17 owner = "libretro"; 18 18 repo = "ps2"; 19 - rev = "c26b06ac2752a11ee47abc6f9c73595ee874341c"; 20 - hash = "sha256-c7y1jCRQd/o4RTrOeqltcH8HOwrb+BLtaw//0ZWW4E0="; 19 + rev = "b0e6c4d7f4abc8cfbf2c55322fc5009a685bc042"; 20 + hash = "sha256-6cpVsituAWX6sVP5JUvT7KjYZ7SzvD95EB90e2UxJ9A="; 21 21 fetchSubmodules = true; 22 22 }; 23 23