Commit 9a79399d authored by R. RyanTM's avatar R. RyanTM
Browse files

libretro.o2em: 0-unstable-2026-03-31 -> 0-unstable-2026-04-20

parent 47ec1332
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@
}:
mkLibretroCore {
  core = "o2em";
  version = "0-unstable-2026-03-31";
  version = "0-unstable-2026-04-20";

  src = fetchFromGitHub {
    owner = "libretro";
    repo = "libretro-o2em";
    rev = "dee1076eb70c728d4ff47186aea9cd1c11ce7638";
    hash = "sha256-djj7sEkUIoze1sZaZciIw7PdYDb1wETuZd4CFdZTiUM=";
    rev = "e03d3be88f79fe940b933e53f1515d97313f6c59";
    hash = "sha256-OSW81RXyXbv4s6hGDdQwE0FEk6xeeA0SM3d47M+mQVw=";
  };

  makefile = "Makefile";