From 2a3cfd6d20eb2e591f8b72470c8fb90f1a1dda17 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 16 Sep 2025 14:08:36 +0000 Subject: [PATCH] libretro.play: 0-unstable-2025-08-25 -> 0-unstable-2025-09-12 --- 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 59c700913f2b..8a47ca54ecd4 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-08-25"; + version = "0-unstable-2025-09-12"; src = fetchFromGitHub { owner = "jpd002"; repo = "Play-"; - rev = "fe54d0a413f8e7268bc8a321e691a562edd6b257"; - hash = "sha256-d+bVkM8BsZ9eiHaSNCC4b156EjOqyQn93lOyy6FLbks="; + rev = "19b3995e6d09d9cbd4de9871ad94ea183ca53a6e"; + hash = "sha256-6oZIZFnB2S7u4xxrOAfDPiql0biiXRMGD1iiPhFgCWc="; fetchSubmodules = true; };