From d253006042daf793c48440d4d935efed5d262cb4 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 2 Jan 2026 10:05:51 +0000 Subject: [PATCH] libretro.play: 0-unstable-2025-12-23 -> 0-unstable-2025-12-29 --- pkgs/applications/emulators/libretro/cores/play.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/play.nix b/pkgs/applications/emulators/libretro/cores/play.nix index 3d6575f0bd77..c6eb66b7d234 100644 --- a/pkgs/applications/emulators/libretro/cores/play.nix +++ b/pkgs/applications/emulators/libretro/cores/play.nix @@ -14,13 +14,13 @@ }: mkLibretroCore { core = "play"; - version = "0-unstable-2025-12-23"; + version = "0-unstable-2025-12-29"; src = fetchFromGitHub { owner = "jpd002"; repo = "Play-"; - rev = "d0f1375248e3003199cb973a12332b4cc9f0724f"; - hash = "sha256-uMPlJDjLmXDO9mrnjYu/3Fr5qwBBADUARTMz1hckLJM="; + rev = "8de4a71f5215ef38e357ac77a07948eb3424448f"; + hash = "sha256-e15p6SEwV71l52OEu08WOKPyMH6uNpnURhmTgcyzBaM="; fetchSubmodules = true; };