From 8f1eb88e233c3f052d917311561d83e0f51a3ce9 Mon Sep 17 00:00:00 2001 From: Thiago Kenji Okada Date: Tue, 14 Jan 2025 21:18:58 +0000 Subject: [PATCH] libretro.pcsx2: 0-unstable-2025-01-09 -> 0-unstable-2025-01-12 --- pkgs/applications/emulators/libretro/cores/pcsx2.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/pcsx2.nix b/pkgs/applications/emulators/libretro/cores/pcsx2.nix index 31967ab8d4ef..489048c4a249 100644 --- a/pkgs/applications/emulators/libretro/cores/pcsx2.nix +++ b/pkgs/applications/emulators/libretro/cores/pcsx2.nix @@ -11,13 +11,13 @@ }: mkLibretroCore { core = "pcsx2"; - version = "0-unstable-2025-01-09"; + version = "0-unstable-2025-01-12"; src = fetchFromGitHub { owner = "libretro"; repo = "ps2"; - rev = "397b8f54b92aeffd2dd502c2c9b601305fb1de9d"; - hash = "sha256-zP4gOxAAWqgmGkilVijY2GF6awD7cbMICfxYSsI1wa0="; + rev = "3fda2d1bb58564e2c814289036a7e4b10bf53357"; + hash = "sha256-06cbF/Mhq2Gf87EQBiptHzqayOm0BA1c2dx6fu795RI="; fetchSubmodules = true; };