I have fixed it just uninstalling and installing again sixad (PS3 controller) in RetroPie-Setup script and adding a systemd service:
sudo nano /etc/systemd/system/sixad-start.service
##########
[Unit]
Description=Sixad start service
After=network.target
[Service]
Type=oneshot
ExecStart=/usr/bin/sixad -s 2>&1 > /dev/null
ExecStop=killall sixad
RemainAfterExit=yes
User=root
Group=root
[Install]
WantedBy=multi-user.target
##########
Then:
sudo systemctl daemon-reload
sudo systemctl enable sixad-start.service
sudo reboot
It also works plugin the bluetooth device.