From 44d72bf76e739d950408f238fb0e6be874017c97 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 8 Feb 2026 01:12:04 +0000 Subject: [PATCH] libretro.ppsspp: 0-unstable-2026-01-31 -> 0-unstable-2026-02-07 --- pkgs/applications/emulators/libretro/cores/ppsspp.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/ppsspp.nix b/pkgs/applications/emulators/libretro/cores/ppsspp.nix index fbe910cf25eb..6e3b5a035113 100644 --- a/pkgs/applications/emulators/libretro/cores/ppsspp.nix +++ b/pkgs/applications/emulators/libretro/cores/ppsspp.nix @@ -13,13 +13,13 @@ }: mkLibretroCore { core = "ppsspp"; - version = "0-unstable-2026-01-31"; + version = "0-unstable-2026-02-07"; src = fetchFromGitHub { owner = "hrydgard"; repo = "ppsspp"; - rev = "abed0cb0f79e5cec6204869dab989d575d809744"; - hash = "sha256-K2v0WJIbK7qBGhRu+kgnvkmjtAbiazl4kVW0xk8Fb5I="; + rev = "1ce9db0250501ff30219fe4255bdbf96c7043904"; + hash = "sha256-tLXyy3AeRu5dVdvhfi0HTsZoZCkqQg9N3ZNAx76ytiQ="; fetchSubmodules = true; };