From 4264e9d97a60d046586b393fe42eb9d7f3b7b6a9 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 15 Feb 2026 06:53:21 +0000 Subject: [PATCH] libretro.ppsspp: 0-unstable-2026-02-07 -> 0-unstable-2026-02-15 --- 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 6e3b5a035113..6af7c34c04a4 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-02-07"; + version = "0-unstable-2026-02-15"; src = fetchFromGitHub { owner = "hrydgard"; repo = "ppsspp"; - rev = "1ce9db0250501ff30219fe4255bdbf96c7043904"; - hash = "sha256-tLXyy3AeRu5dVdvhfi0HTsZoZCkqQg9N3ZNAx76ytiQ="; + rev = "07e5fc1ce089c6208e374aca56284e790c9a2053"; + hash = "sha256-2qknNf9bN1JXfHrWlDbfM86WMgTFeph6/2I3NAKpTSA="; fetchSubmodules = true; };