From 721d31c42e529de04a7d93193dff5baa254ec10e Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 17 Apr 2026 10:09:29 +0000 Subject: [PATCH] libretro.play: 0-unstable-2026-04-07 -> 0-unstable-2026-04-13 --- 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 8babb39b5a13..b5612cca5900 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-2026-04-07"; + version = "0-unstable-2026-04-13"; src = fetchFromGitHub { owner = "jpd002"; repo = "Play-"; - rev = "d862ad9cae6c76cbe494db54fa985f21bfcef2a8"; - hash = "sha256-//P/ApU/36TamIMepjoBWsUHs2tR5K47V9Gf5HG3goE="; + rev = "3fc06a0e010a85aa296eabab266697f8012a8d74"; + hash = "sha256-OKvsJqgn561ncoGnPweuMsrdcrY/r7rSlv+Ow05wxBY="; fetchSubmodules = true; };