From cdb5c801b39d6dda4cc23da412b82dcc69e847dd Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 14 Dec 2025 06:24:44 +0000 Subject: [PATCH] libretro.play: 0-unstable-2025-11-03 -> 0-unstable-2025-12-10 --- 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 b79d1979bc1d..a05e6a688882 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-11-03"; + version = "0-unstable-2025-12-10"; src = fetchFromGitHub { owner = "jpd002"; repo = "Play-"; - rev = "77c62d3a942e219bc9d072b4800fa0881208ce2a"; - hash = "sha256-ROrANubftSJwGl9THdAIRhSFOy1uHZ6v2kAmYWLDhN0="; + rev = "6400e0f0d8a1e2345def663bc646e8adc0e42e76"; + hash = "sha256-2hmeEuO+Z0FDyDYiA59ntXl24B5OcLWuvxbiLLfiWE8="; fetchSubmodules = true; };