From ef1bb5f8398d6ef9d736b6dc09fb458940a42df0 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 22 Feb 2026 16:08:03 +0000 Subject: [PATCH] libretro.ppsspp: 0-unstable-2026-02-15 -> 0-unstable-2026-02-20 --- 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 6af7c34c04a4..4395527ce578 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-15"; + version = "0-unstable-2026-02-20"; src = fetchFromGitHub { owner = "hrydgard"; repo = "ppsspp"; - rev = "07e5fc1ce089c6208e374aca56284e790c9a2053"; - hash = "sha256-2qknNf9bN1JXfHrWlDbfM86WMgTFeph6/2I3NAKpTSA="; + rev = "d81785496fe31801abda4e1d265bdec178d2f76e"; + hash = "sha256-QHt0Pe4OXfqqscb/WvG8DXSH44w9/WRij9jKhIVWMwk="; fetchSubmodules = true; };