From 31936a9fe36045f3c1747ed8802f2ceeac0b74ef Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 15 Jan 2026 03:36:05 +0000 Subject: [PATCH] libretro.play: 0-unstable-2026-01-05 -> 0-unstable-2026-01-14 --- 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 86c8083763e7..d12aeee7c7b8 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-01-05"; + version = "0-unstable-2026-01-14"; src = fetchFromGitHub { owner = "jpd002"; repo = "Play-"; - rev = "bb6896e8cfd7346b0ddecb43752c854f1c7866f1"; - hash = "sha256-tmIQz7bVuIR1htedyCpOBPn3icr1uiOQ01iFJRhxi9s="; + rev = "48ddb5671398cd0b96901f0ba7ec2543df8548eb"; + hash = "sha256-xZJG4Bjh3Nkb7IOGIBZmcRF92eFT3C/dNTSJ0RAFFTA="; fetchSubmodules = true; };