From 7fdcd6631ae7cc817541a34f13a7014e5ffe8f8f Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 11 Feb 2026 19:42:23 +0000 Subject: [PATCH] libretro.pcsx2: 0-unstable-2025-09-29 -> 0-unstable-2026-02-06 --- 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 ad08ff019a4e..b1988c18b55e 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-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; };