From 305d1bd17bab98f141cea27d6de0fc33021ed72b Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 5 Nov 2025 01:55:39 +0000 Subject: [PATCH] libretro.play: 0-unstable-2025-10-01 -> 0-unstable-2025-11-03 --- 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 e9f83de8e6fa..b79d1979bc1d 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-10-01"; + version = "0-unstable-2025-11-03"; src = fetchFromGitHub { owner = "jpd002"; repo = "Play-"; - rev = "2180be50f804952f94ce848fab8d3f8b6d76d027"; - hash = "sha256-Fikcp2Bik4PNOFfu9FoEWJid/OoLYPJ6cZG4aA9jgEo="; + rev = "77c62d3a942e219bc9d072b4800fa0881208ce2a"; + hash = "sha256-ROrANubftSJwGl9THdAIRhSFOy1uHZ6v2kAmYWLDhN0="; fetchSubmodules = true; };